home *** CD-ROM | disk | FTP | other *** search
- /* @(#)ui_init.v 1.1 AVS 95/03/18 */
- /*
- Copyright (c) 1994 by
- Advanced Visual Systems Inc.
- All Rights Reserved
-
- This software comprises unpublished confidential information of
- Advanced Visual Systems Inc. and may not be used, copied or made
- available to anyone, except in accordance with the license
- under which it is furnished.
-
- This file is under sccs control at AVS in:
- /ext/2.6/src1.p/sccs/express/v/s.ui_init.v
- */
-
- group UIdata {
-
- int num_displays => array_size(UIdisplays);
- UIdisplay UIdisplays[];
-
- int num_fonts => array_size(UIfonts);
- UIfont UIfonts[];
- };
-